#stats .navbar-nav>li {
        display: inline-block;
        vertical-align: top;
}
#stats .nav .dropdown .navbar-nav>li>a {
        padding-right: 10px;
        padding-left: 0;
        font-size: 16px;
}
#stats .tableListing {
        padding: 0 40px;
}
#stats .nav .room {
        padding-left: 20px;
}
.statHeader {
        margin: 60px 0;
}
.statHeader .btn {
        margin-right: 10px;
}
.statHeader a.btn {
        color: #fff;
        background-color: #006699;
        font-size: 18px;
        margin-bottom: 10px;
}
#stats .heading span {
        color: #006699;
}
#stats .filters {
        text-align: right;
}
#stats .bottomBorder {
        border-bottom: 2px solid #6c6c6c;
}
#stats .heading > h1 {
        border-bottom: 0;
        margin: 0;
}
#stats .divisions {
        padding: 20px 0;
        background-color: #191919;
}
#stats .divisions > a {
        margin-right: 10px;
        margin-bottom: 10px;
        color: #fff !important;
}
#stats .divisions > a:last-child {
        margin-right: 0px;
}
#stats .divisions > h3 {
        margin: 0 0 20px 0;
}
#stats .selection {
        margin: 0;
        width: 250px;
        max-width: 250px;
        min-width: 250px;
}
#stats .selection select {
        width: 250px;
        max-width: 250px;
        min-width: 250px;
}
.stat-table label {
        width: 40px;
        height: 40px;
        text-align: center;
        display: inline-block;  
        padding-left: 1px;
        padding-top: 1px;
        color: #fff;  
        padding-top: 5px;
}
.stat-table>tbody>tr:nth-of-type(odd) {
        background-color: #f9f9f9;
}
.stat-table>tbody>tr:nth-of-type(even) {
        background-color: #f1f1f1;
}
.stat-table {
        border-top: 0;
        margin-top: 20px;
}
.stat-table>thead>tr>th {
        border: 0;
}
.stat-table,
.stat-table > tbody > tr > th:first-child,
.stat-table > tbody > tr > th:last-child 
.stat-table > tbody > tr > td:first-child,
.stat-table > tbody > tr > td:last-child {
        border-left: 0;
        border-right: 0;
}
.stat-table td.name {
        font-weight: bold;
}
.stat-table>thead>tr>th {
        font-weight: bold;
        font-size: 16px;
}
.stat-table>tbody>tr>td {
        padding: 12px;
        vertical-align: middle;
        height: 40px;
        line-height: 30px;
        font-size: 16px;
}
.stat-table label.gold {
        background: url(/themes/default/images/stats/gold.png) center center;
        background-size: 40px 40px;
}
.stat-table label.silver {
        background: url(/themes/default/images/stats/silver.png) center center;
        background-size: 40px 40px;
}
.stat-table label.bronze {
        background: url(/themes/default/images/stats/bronze.png) center center;
        background-size: 40px 40px;
}
.statFooter {
        font-size: 20px;
        min-height: 300px;
}
.statFooter a {
        font-weight: bold;
}
.statFooter > div {
        margin-top: 40px;
}
.viewPlayer .details,
.viewGame .details {
        margin-top: 20px;
        font-size: 16px;
}
.viewPlayer .details label,
.viewGame .details label {
        width: 200px;
}
.viewPlayer .subheading,
.viewGame .subheading {
        margin-top: 40px;
}
.viewPlayer .subheading h1 {
        margin-top: 40px;
}
#stats .icon,
#stats .icon > img {
        width: 60px;
        text-align: center;
}
.viewPlayer #teamPhotos  {
}
.viewPlayer #teamPhotos  img {
        max-width: 200px;
}
.viewPlayer .slick-dotted.slick-slider {
        margin-bottom: 0;
}
.viewPlayer #teamPhotos > div {
        margin-right: 10px;
        display: inline-block;
}
.viewPlayer .galleryImages > a{
        margin-right: 20px;
}
.viewGame .gameHeading > h1 {
}
#stats .teamPhoto {
        max-width: 600px;
        margin-top: 20px;
        border-radius: 6px;
        border: 1px solid #888;
}
#stats .gameIcon {
        width: 75px;
}
#stats .gameIcon img {
        max-width: 70px;
        border-radius: 4px;
}
#stats .emailUser {
        background-color: #ffc706;
}
#stats .photoWrapper {
        text-align: right;
}
#stats table {
        width: 100%;
        margin-bottom: 0;
}

.statIntro  {
        background: #fff url('/themes/default/images/statBackgroundYellow.png?v=1');
        height: 600px;
        max-height: 600px;
}
.statIntro .info {
        padding: 0 20px;
}
.statIntro .info > a,
.statIntro .info > div {
        font-size: 36px;
        color: #fff;
        width: 100%;
        max-width: 540px;
        height: 80px;
        line-height: 80px;
        border-radius: 10px;
        background-color: #006699;
        margin: 0 auto 20px auto;
        padding-left: 50px;
        font-family: 'ralewayextrabold';
        text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
        display: block;
}
.statIntro .info > a.detail:hover {
        background-color: #0081c2;
        cursor: pointer;
        text-decoration: none;
}
.statIntro .info {
        padding-top: 60px;
}
.statIntro .info .heading {
        font-size: 46px;
        padding-left: 0;
        text-align: center;
        background-color: #00354f;
        height: 100px;
        line-height: 100px;
}
.statIntro .info i {
        color: #ffba00;
        text-shadow: none;
}



.playerStats .pageWrapper .row {
        width: 100%;
}
.playerStats .bigPoints {
        font-size: 36px;
        color: #ffc600;
        vertical-align: middle;
        margin-bottom: 30px;
}
.playerStats .bigPoints i {
        vertical-align: middle;
}
.playerStats .top h1 {
        margin-bottom: 25px;
}
.playerStats .logo {
        width: 200px;
        margin: 40px auto 20px auto;
}
.playerStats .vitals {
        margin: 0 auto;
        width: 300px;
        text-align: left;
}
.playerStats .vitals > li {
        list-style: none;
        font-weight: bold; 
}
.playerStats .vitals > li > label {
        width: 150px;
        max-width: 150px;
        font-weight: bold; 
}
.playerStats table {
        margin-top: 0;
}
.playerStats table th {
        background-color: #e4e4e4;
}
.playerStats .divider {
        min-height: 50px;
}
.teamPhotoGallery > li {
        list-style: none;
}
#statNav .navbar .navbar-nav {
        display: inline-block;
        float: none;
}
#statNav .navbar #myNavbar {
        text-align: center; 
}
#statNav,
#statNav li {
        background-color: #191919;
        font-size: 16px;
}
#statNav .nav > li {
        font-size: 18px;
}
#statNav .nav .open>a, 
#statNav .nav .open>a:focus, 
#statNav .nav .open>a:hover,
#statNav .nav>li>a:focus, 
#statNav .nav>li>a:hover,
#statNav .dropdown-menu>li>a:focus, 
#statNav .dropdown-menu>li>a:hover {
        background-color: #3c3c3c;
}
.playerStats .gameDate {
        font-size: 24px;
        font-family: '';
        margin: 0 0 20px 0;
}
.playerStats .top .gameName {
        margin-bottom: 10px;
}
.statHeading .section {
        padding-top: 80px;
}
.statHeading .champion a {
        font-size: 36px;
        font-family: 'ralewayextrabold';
}
.statLabel {
        font-size: 12px;
        margin-top: 10px;
        display: block;
}
.shareWrapper {
        text-align: center;
        margin-top: 30px;
}
.shareWrapper .reviewType {
        display: inline-block;
        vertical-align: top;
        margin: 5px;
        width: 200px;
}
.shareWrapper .reviewType img {
        width: 100%;
        height: 100%;
}
.shareWrapper .fb-share-button {
        vertical-align: top;
        margin-top: 25px;
        margin-bottom: 25px;
        margin-left: -35px;

        transform: scale(1.5);
        -ms-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        -o-transform: scale(1.5);
        -moz-transform: scale(1.5);
        transform-origin: top left;
        -ms-transform-origin: top left;
        -webkit-transform-origin: top left;
        -moz-transform-origin: top left;
        -webkit-transform-origin: top left;
}
body #wrapper #mainContentWindow .statHeading { 
        min-height: 300px;
        background-color: #000;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,2989d8+50,7db9e8+100 */
        background: #1e5799;
        background: -moz-linear-gradient(top, #1e5799 0%, #2989d8 50%, #7db9e8 100%);
        background: -webkit-linear-gradient(top, #1e5799 0%,#2989d8 50%,#7db9e8 100%);
        background: linear-gradient(to bottom, #1e5799 0%,#2989d8 50%,#7db9e8 100%); 
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 );
}
body #wrapper #mainContentWindow .playerStats .secondary > div {
        margin-bottom: 50px;
        margin-top: 20px;
}

@media (max-width: 1024px) {
}

@media (max-width: 600px) {
        #stats > .row > .col-sm-6,
        #stats > .row .details {
                padding: 0 20px;
        }
        #stats .heading > h1 {
                font-size: 24px;
                text-align: center;
        }
        #stats .filters {
                text-align: center;
                margin: 20px 0;
        }
        #stats .recent-games .gameIcon,
        #stats .recent-games .statView,
        #stats .recent-games .tableDate,
        #stats .newest-players .statView,
        #profile .tableDate,
        #profile .statView,
        #profile .gameIcon,
        .viewGame .statView,
        #stats .leaderboard-table .statView,
        #stats .leaderboard-table .icon {
                display: none;
        }    
        #stats .photoWrapper {
                text-align: left;
        }
        #stats .galleryImages {
                text-align: center;
                margin-bottom: 20px;
        }
        #stats .recent-games .tableDate {

        }
        #stats .navbar-nav>li a {
                font-size: 14px;
        }
}

@media (max-width: 320px) {
        .stat-table>thead>tr>th,
        .stat-table>tbody>tr>td {
                font-size: 14px;
        }
        #stats .statView {
                display: none;
        }
        #stats h2 {
                font-size: 22px;
                margin-top: 20px;
        }
        .viewPlayer .details label, .viewGame .details label {
                width: 150px;
        }
        .viewPlayer .details, .viewGame .details {
                margin-bottom: 20px;
        }
        #stats .details,
        #stats label {
                font-size: 14px;
        }
        #stats .heading > h1 {
                font-size: 22px;
        }
}